projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71428fe
)
(Fsubstitute_command_keys): Fix typo in docstring.
author
Juanma Barranquero
<lekktu@gmail.com>
Sat, 17 Feb 2007 01:46:58 +0000
(
01:46
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Sat, 17 Feb 2007 01:46:58 +0000
(
01:46
+0000)
src/doc.c
patch
|
blob
|
history
diff --git
a/src/doc.c
b/src/doc.c
index be52f8aa07e2010d500185cc034d09036214db29..39fa6229183f5c5cdfe7886017e5c60027243f0d 100644
(file)
--- a/
src/doc.c
+++ b/
src/doc.c
@@
-745,7
+745,7
@@
as the keymap for future \\=\\[COMMAND] substrings.
\\=\\= quotes the following character and is discarded;
thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ into the output.
-Returns original STRING if no substitutions were made. Oth
w
erwise,
+Returns original STRING if no substitutions were made. Otherwise,
a new string, without any text properties, is returned. */)
(string)
Lisp_Object string;